A "query" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table to multiple tables, if they are linked by common data fields.
「クエリー」は、テーブルの特別な表示です。クエリーを使用して、選択したレコードやレコード内で選択したフィールドを表示でき、それらのレコードを並べ替えることもできます。クエリーは、1 つのテーブルまたはテーブルが共通のデータフィールドでリンクされている場合は、複数のテーブルに適用できます。
|
To access this command...この機能の見つけ方 |
Use queries to find records from data tables based on certain criteria. All queries created for a database are listed under the Queries entry. Since this entry contains the database queries, it is also called the "query container".
クエリーは特定条件でデータテーブルのレコードを選定する場合にも実行されます。データベースに対して実行されるクエリーは全て、データベースの クエリー 入力のリストに含まれています。この入力リストがデータベースへのクエリーの実行を受け持つため、これを「クエリーコンテナ」と呼びます。
To print a query or table:
クエリーまたはテーブルを印刷するには、次の操作を行います。
Open a text document (or a spreadsheet document if you prefer the specific printing functions of this type of document).
文書ドキュメント(または表計算ドキュメントの特定印字機能を使用する場合は表計算ドキュメント)を開きます。
Open the database file and click the Table icon if you want to print a table, or click the Query icon if you want to print a query.
データベースファイルを開き、テーブルを印刷する場合は「テーブル」アイコンをクリックし、クエリーを印刷する場合は「クエリー」アイコンをクリックします。
Drag the name of the table or query into the open text document or spreadsheet. The dialog Insert Database Columns opens.
テーブルまたはクエリーの名前を、テキストのドキュメントまたは表計算ドキュメントにドラッグします。「データベース列を挿入」 ダイアログが開きます。
Decide which columns = data fields you want to include. You can also click the AutoFormat button and select a corresponding formatting type. Close the dialog.
どの列 (データフィールド) を含めるか指定します。ボタン オートフォーマット をクリックしたあと、対応する書式設定を選択することもできます。ダイアログを閉じます。
The query or table will be inserted into your document.
クエリーやテーブルがドキュメントに挿入されます。
Print the document by choosing File - Print.
メニュー ファイル → 印刷 を選択してドキュメントを印刷します。
![]() | You can also open the data source view (F4), select the entire database table in the data source view (button in the top left corner of the table), and then drag the selection to a text document or spreadsheet.
また、データソース表示 (F4) を開き、データソース表示内のデータベーステーブル全体を選択し (テーブルの上部左隅にあるボタン)、選択範囲をテキストドキュメントまたは表計算ドキュメントにドラッグすることもできます。 |
Allows you to sort and filter the data in a query table.
クエリーテーブル内のデータの並べ替え、フィルタの適用ができます。
With the Query Design, you can create and edit a query or view.
クエリーデザイン では、クエリー (ビュー) の作成、編集ができます。
The query result can contain data from several tables if these are linked to each other by suitable data fields.
データフィールドが複数のテーブルにリンクしている場合、クエリーの応答として複数のテーブルのデータに関するものになります。
You can find out which operators and commands can be used to formulate the filter conditions for a query.
クエリーのフィルタ条件を作成するために使用できる演算子とコマンドを確認できます。
You can perform calculations with the data of a table and store the results as a query result.
テーブルのデータで計算し、計算結果をクエリー応答として保存できます。